/*.hot {*/
/*    margin-bottom: 10px;*/
/*    overflow: hidden;*/
/*}*/
.side {
    float: left;
    width: 410px;
    height: 456px;
  
    
}
.servers .title {
    border: 0;
    margin-bottom: 0;
}

.title {
    position: relative;
    height: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    text-align: right;
}
.hot .title h1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    border-bottom: 1px solid #ff5c23;
    color: #444;
    font-size: 20px;
}
.servers .servers-div {
    height: 456px;
    border: 1px solid #E9E9E9;
    background: white;
}
.tab {
    position: relative;
    height: 46px;
    margin-bottom: 10px;
}
.tab ul {
    position: absolute;
    top: -1px;
    left: 14px;
    width: 286px;
    height: 46px;
    border-bottom: 2px solid #EEE;
}
.tab li.cur {
    border-bottom: 2px solid #ff823c;
    color: #ff823c;
}
.tab li {
    float: left;
    width: 143px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    color: #666;
    cursor: pointer;
}
.clearfix:after {
    content: '.';
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
}
.kf-fybox {
    width: 100%;
}
.kf-fybox .swiper-container {
    height: 380px;
}
.kf-fybox .swiper-container ul.list, .kf-fybox .swiper-container .swiper-wrapper {
    width: 100%;
}
.kf-fybox .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px;
}
.kf-fybox .swiper-pagination {
    width: 100%;
    height: 7px;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.news-box {
    float: left;2
    width: 318px;
}
.news-box .title {
    margin: 0px;
}

.news-tb-anu {
    float: right;
    margin-top: 5px;
    width: 148px;
    border-right: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    height: 24px;
    margin-left: 20px;
    border-radius: 24px;
    overflow: hidden;
}

.news-tb-anu li.cur {
    background: #444444;
    color: #fff;
}
.news-tb-anu li {
    float: left;
    height: 24px;
    width: 72px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    color: #474747;
    background: white;
}
.news-tb-anu li.cur {
    background: #444444;
    color: #fff;
}
.news-tb-anu li {
    float: left;
    height: 24px;
    width: 72px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    color: #474747;
    background: white;
}
.news-txt-box ul li:hover a p{
	color: #ff823c;
}
.news-txt-box ul li:hover a span{
	color:#ff823c;
}
.news-txt-box {
    border: 1px solid #E9E9E9;
    background: white;
}
.news-txt-box ul {
    margin: 8px;
    width: 400px;
}
.news-txt-box ul li {
    line-height: 34px;
    height: 34px;
}
.list-rank i, .news-txt-box ul li i {
    float: left;
    font-size: 16px;
    color: #888;
}
.news-txt-box p {
    float: left;
    margin-left: 6px;
    height: 34px;
    width: 230px;
    line-height: 34px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-txt-box span {
    float: right;
    display: block;
    width: 40px;
    color: #999;
    line-height: 34px;
    text-align: center;
}

.main {
    float: right;
    width: 765px;
    margin-bottom:20px;
}
.title {
    position: relative;
    height: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    text-align: right;
}

.title .title-more {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.other-game ul {
    overflow: hidden;
    height: 455px;
    margin-right: -15px;
}
.other-game ul li {
    margin: 0 14px 15px 0;
    float: left;
    width: 242px;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    overflow: hidden;
    background: white;
}
.other-game ul li .img-box {
    position: relative;
    width: 242px;
    height: 151px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}
.other-game ul li .img-box img {
    width: 100%;
    height: 100%;
}
.other-game ul li .img-box .other-enter {
    position: absolute;
    bottom: -24px;
    right: 0px;
    width: 100%;
    height: 24px;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s;
}
.other-game ul li .img-box .other-enter .o-enter-l {
    float: left;
    color: white;
    line-height: 24px;
}
.other-game ul li .img-box .other-enter .o-enter-l a {
    color: white;
    margin: 0px 5px;
}
.other-game ul li .img-box .other-enter .o-enter-l a:hover{
	text-decoration: underline;
}
.other-game ul li:hover .other-enter{
	bottom: 0px;	
}
.other-game ul li .img-box .other-enter .o-enter-l a {
    color: white;
    margin: 0px 5px;
}
.txt-box .c-wt-top .c-wt-a em {
    line-height: 30px;
    font-size: 14px;
}
.c-wt-top .c-wt-a i {
    width: 40px;
    height: 2px;
    background: #ff823c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.other-game ul li .img-box .other-enter span {
    float: right;
    display: block;
    width: 70px;
    height: 24px;
    background: #ff823c;
    color: white;
    line-height: 24px;
    text-align: center;
}
.other-game ul li .img-box .other-enter span a {
    color: white;
}
.other-game ul li .txt-box {
    padding: 0px 10px;
    width: calc(100% - 20px);
    height: 60px;
}
.other-game ul li .txt-box .c-wt-top {
    height: 30px;
    width: 100%;
}
.other-game ul li .txt-box .c-wt-top .c-wt-a {
    height: 30px;
    float: left;
    position: relative;
    color: #383838;
    font-weight: bold;
}
.txt-box .c-wt-xfq {
    width: 100%;
    color: #a8a8a8;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.allgamebtn {
    position: absolute;
    top: 0px;
    left: 98px;
    z-index: 3;
}
.allgamebtn li.cur, .allgamebtn li:hover {
    background: #ff823c;
    color: #fff;
    border-color: #ff823c;
}
.classics-list li:hover .allgame_mask{
	bottom: 0px;
}
.allgamebtn li {
    float: left;
    margin: 0 4px;
    display: inline-block;
    width: 70px;
    height: 23px;
    line-height: 23px;
    border-radius: 11.5px;
    text-align: center;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    color: #707070;
    background: white;
    transition: all 0.3s;
}

.title .i-moreTitle {
    margin-left: 8px;
    cursor: pointer;
}
.classics-list {
    height: 320px;
    overflow: hidden;
    margin-right: -15px;
}
.classics-list li {
    float: left;
    margin: 0 0 15px 0;
    width: 16.66666666666%;
    height: 148px;
    border-radius: 5px;
    overflow: hidden;
}
.classics-list img {
    width: 189px;
    height: 117px;
    transition: .5s ease;
}
.classic-txt {
    position: relative;
}
.classic-txt .allgame_gname {
    width: 189px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #262626;
    padding: 0 10px;
    background: #f4f4f4;
}
.classic-txt .allgame_mask {
    width: 189px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -40px;
    transition: all 0.3s;
    background: #F5F5F5;
}
.allgame_btn {
    width: 189px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    position: relative;
}
.allgame_btn .allgame_official {
    margin: 0 8px 0 10px;
    font-size: 12px;
    color: #262626;
}
.allgame_btn .fenge_line {
    color: #bfbfbf;
}
.allgame_btn .allgame_gift {
    font-size: 12px;
    color: #262626;
    margin-left: 8px;
}
.allgame_btn .allgame_game_enter {
    display: inline-block;
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #ff823c;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.all_games{
	margin-bottom: 10px;
	margin-top: 10px;
}
.ph-h5-box {
    width: 100%;
    height: 440px;
    margin-bottom: 10px;
}
.H5-game {
    float: left;
    margin-right: 26px;
    width: 530px;
}

.ph-h5-box .title h1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    border-bottom: 1px solid #ff5c23;
    color: #444;
    font-size: 20px;
}
.H5-game ul {
    margin-right: -20px;
}
.H5-game ul li {
    float: left;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: white;
}
.H5-game ul li:hover{
	background: white;
	border-color: #ff823c;
}
.H5-game ul li .pg-box-txt {
    float: right;
    margin-left: 10px;
    width: 130px;
}
.pg-box-txt h3 em {
    float: left;
    width: 130px;
    line-height: 25px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.H5-game ul li .img-box {
    float: left;
    width: 80px;
    height: 80px;
}
.H5-game ul li .img-box img {
    width: 100%;
    height: 100%;
}
.pg-box-txt span {
    color: #999;
    font-size: 12px;
    float: left;
    width: 100%;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.H5-game ul li:hover .pg-box-txt .pg-box-xz{
	color: white;
	border-color: #ff823c;
	background:#ff823c;
}
div.itb-ewmimg {
    position: absolute;
    top: -51px;
    left: -186px;
    width: 80px;
    height: 80px;
    transform: scale(0);
    transition: all 0.2s;
}
.pg-box-txt div.itb-ewm:hover div.itb-ewmimg{
	transform: scale(1);
}
.pg-box-txt .pg-box-xz {
    width: 68px;
    height: 23px;
    border: 1px solid #E3E3E3;
    float: left;
    color: #666;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 3px;
}
.pg-box-txt div.itb-ewm {
    position: relative;
    float: right;
    display: block;
    margin: 10px 10px 0px 0px;
    width: 24px;
    height: 24px;
    background: url(../img/ksbtn.png) no-repeat;
    background-position: -145px -247px;
}
.pg-box-txt div.itb-ewm:hover{
	background-position:-145px -223px;
}
.fast-box {
    float: left;
    width: 528px;
    border: 1px solid #E9E9E9;
    background: white;
}

.fast-box .fast_con {
    float: left;
    width: 226px;
}
.fast-box .fast_con a {
    display: block;
    position: relative;
    float: left;
    margin-left: 13px;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    color: #8f8f8f;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
i.ico_f {
    position: absolute;
    margin-top: -10px;
    top: 50%;
    left: 14px;
    width: 20px;
    height: 21px;
    background: url(../img/icon-hc.png) no-repeat;
}
i.ico_f1 {
	background-position: 0px -3px !important;
}
.fast_con a:hover i.ico_f1{
	background-position: 0px -26px !important;
}
i.ico_f2 {
	background-position: -25px -3px !important;
}
.fast_con a:hover i.ico_f2{
	background-position: -25px -26px !important;
}
i.ico_f3 {
	background-position: -49px -3px !important;
}
.fast_con a:hover i.ico_f3{
	background-position: -49px -26px !important;
}
i.ico_f4 {
	background-position: -75px -3px !important;
}
.fast_con a:hover i.ico_f4{
	background-position: -75px -26px !important;
}
i.ico_f5 {
	background-position: -99px -3px !important;
}
.fast_con a:hover i.ico_f5{
	background-position: -99px -26px !important;
}

i.ico_f7 {
	background-position: -150px -3px !important;
}
.fast_con a:hover i.ico_f7{
	background-position: -150px -26px !important;
}
.fast_con:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fast-con2 {
    float: right;
    position: relative;
    padding: 35px 20px;

    background: #f8f8f8;
}
.fast-con2 i {
    display: block;
    position: absolute;
    left: 35px;
    width: 47px;
    height: 50px;
    background: url(../img/icon.png) no-repeat;
    background-position: 0px -60px;
}
.fast-con2 a {
    padding-left: 80px;
    display: block;
    font-size: 15px;
    line-height: 25px;
}

.mobile-game {
    float: right;
     width: 550px;
    overflow: hidden;
}
.mobile-game ul {
    margin-right: -20px;
}


.mobile-game ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    width: 140px;
    height: 177px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    transition: all 0.3s;
    background: white;
    position: relative;
}
.mobile-game ul li>.img-box {
    float: left;
    height: 177px;
    overflow: hidden;
    transition: all 0.3s;
    padding: 5px;
    width: 120px;
    text-align:center;
}
.mobile-game ul li>.img-box img {
    width: 100px;
    height: 100px;

}


.mobile-game ul li>.img-box h3 {
    width: 100%;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile-game ul li>.img-box p {
    color: #999;
    line-height: 20px;
}
.mobile-game ul li>.img-box em {
    margin-left: 5px;
    line-height: 20px;
    color: #ff823c;
}
.mobile-game ul li>.img-box .sy-link {
    line-height: 20px;
}
.mobile-game ul li>.img-box .sy-link a {
    padding: 0px 5px;
    font-size: 12px;
    margin-right: 5px;
    line-height: 20px;
    border: 1px solid #e9e9e9;
    color: #999;
    border-radius: 2px;
}
.mobile-game ul li>.img-box .ewm-box {
    padding: 5px;
    width: 90px;
    height: 90px;
}
.mobile-game ul li>.img-box .ewm-box img {
    width: 100%;
    height: 100%;
}
.mobile-game ul li.cur{
	width:120px;
	border-color: #e9e9e9;
}
.mobile-game ul li.cur:hover{
	border-color: #ff823c;
}
.mobile-game ul li>.img-box .sy-link a:hover{
	border-color: #ff823c;
	background: #ff823c;
	color: white;
}

.i-moreTitle {
    background: url(../images/iconlist2.png) 0 -22px;
    width: 23px;
    height: 23px;
}
.handgame-qrcode {
    position: absolute;
    width: 236px;
    height: 240px;
    left: 98px;
    top: 46px;
    z-index: 100;
    display: none;
}
.handgame-qrcode-arrow {
    float: left;
    background: url(../images/h5-arrow.png) no-repeat 0 110px;
    width: 11px;
    position: relative;
    z-index: 1;
    height: 252px;
}
.handgame-qrcode-r {
    position: absolute;
    width: 236px;
    height: 240px;
    right: 58px;
    top: 46px;
    z-index: 100;
    display: none;
}
.handgame-qrcode-arrow-r {
    float: right;
    background: url(../images/h5-arrow-r.png) no-repeat 0 110px;
    width: 11px;
    position: relative;
    z-index: 1;
    height: 252px;
}
.handgame-qrcode-content {

    border: 1px solid #d2d2d2;
    background-color: #fff;
    border-radius: 3px;
    float: left;
    margin-left: -1px;
}
.handgame-qrcode-content-r {

    border: 1px solid #d2d2d2;
    background-color: #fff;
    border-radius: 3px;
    float: left;
    margin-left: 103px;
}
.handgame-ul .handgame-qrcode-content p {
    height: auto;
}
.handgame-ul li p {
    height: 20px;
    line-height: 20px;
}
.handgame-qrcode-content p {
    text-align: center;
    overflow: hidden;
}
.handgame-qrcode-content img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 13px 16px 3px;
    position: static;
}
.handgame-qrcode-content-r img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 13px 16px 3px;
    position: static;
}
.handgame-ul img {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.handgame-ul .handgame-qrcode-content p {
    height: auto;
}
.handgame-qrcode-content span {
    color: #1ea6ff;
}
.handgame-qrcode-content-r span {
    color: #1ea6ff;
}
.hot_new{
    float: left;
    position: absolute;
    left: 100px;
    top:5px;
    height: 24px;
    border-radius: 24px;
    overflow: hidden;
    border-right: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    width: 100px;
}
.hot_new a{
    float: left;
    height: 24px;
    width: 49px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    color: #474747;
    background: white;
}
.hot_new .cur{
    background: #444444;
    color: #fff;
}
.swfLayer {
    width: 730px;
    height: 289px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
   
}
#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/btm.png) 0 0;
    z-index: 98;
    display: none;
}
.swl_href {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/tm.png) 0 0;
}
.swfLayer .close-btn {
    width: 40px;
    height: 37px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 101;
    background: url(../images/x.png) 0 0;
    cursor: pointer;
}